Package j3deditor.bin.hierarchy.util

Interface Summary
Copyable Identifies the instance of implementing class as copyable object.
Cuttable Identifies the instance of implementing class as cuttable object.
Deletable Identifies the instance of implementing class as deletable object.
HierarchyEventListener The listener interface for receiving hierarchy manipulation events.
J3DeSerializable Identifies the instance of implementing class as serializable hierarchy object and allows its state to be serialized or deserialized.
Pasteable Identifies the instance of implementing class as a container where other hierarchy objects can be pasted into.
VirtualCamera Identifies the instance of implementing class as a virtual camera.
VirtualScene Identifies the instance of implementing class as a virtual scene.
VirtualScene2D Identifies the instance of implementing class as a 2D virtual scene.
VirtualScene3D Identifies the instance of implementing class as a 3D virtual scene.
 

Class Summary
HierarchyEvent Event generated by a component that has manipulated the scene hierarchy.
HierarchyWorker Base class for utilities that perform their tasks in a background thread and need to notify scene-editor about updates made to scene.
J3DePoint2D A point representing a location in (x, y) coordinate space, specified in integer precision.
NormalCalculator Utility for (re)calculating vertex normals.
ObjImporter Tool for importing objects from OBJ file to specified scene.
ProjectLoader Tool for loading saved scenes.
ProjectSaver Tool for saving scenes.
SGFExporter Tool for exporting scenes with com.sun.j3d.utils.scenegraph.io.SceneGraphFileWriter.
SGSExporter Tool for exporting scenes with com.sun.j3d.utils.scenegraph.io.SceneGraphStreamWriter.
 

Enum Summary
HNodeType Determines the type of the HierarchyNode object.
LightType Determines the type of the J3DeLight object and the type of Light object inside it.
PrimitiveType Determines the type of the J3DePrimitive object and the type of Primitive object inside it.
Shape3DType Determines the type of the J3DeShape3D object and the type of Shape3D object inside it.